/*banner*/
.banner{
    width:100%;
    height:800px;
    position:relative;
    background:url(/themes/bootstrap_business/images/kv.jpg) center 0 no-repeat;
    background-size: cover;
}
.banner .logo{
    width:570px;
    height:85px;
    background:url(/themes/bootstrap_business/images/logo.png) no-repeat;
    float:left;
    display:block;
}
.banner .submenu{
    padding-left:5px;
    float:right;
    line-height:85px;
}
.banner .submenu a{
    margin:0 0 0 20px;
    color:red;
}

.banner .toolbox{
    width:1100px;
    height: 420px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-200px 0 0 -550px;
    background:rgba(207,45,45,0.9);
    border-radius:8px;
    overflow:hidden;
}

/*菜单1级*/
.banner .toolbox .topmenu{
    height:60px;
    line-height:60px;
}
.banner .toolbox .topmenu > ul > li > ul{
    top:60px;
}

.banner .toolbox .search{
    width:1094px;
    height:300px;
    margin:0 auto;
    background:url(/themes/bootstrap_business/images/banner.jpg) no-repeat center 0 #f2f3ee;
    border-radius:10px 10px 0 0;
    position: relative;
}

.gray {
  background-color:#61605e;
  color:#fff;
}

.banner .toolbox .search select{
    width:80px;
    height:60px;
    float:left;
    background:none;
    border:0;
    color:#fff;
    outline: none;
    margin-right:20px;
}

.banner .toolbox .search .input{
    width:800px;
    height:60px;
    line-height:60px;
    padding:0 36px;
    background:rgba(0,0,0,0.6);
    border-radius:999px;
    position: absolute;
    top:35%;
    left:50%;
    margin:0 0 0 -400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .toolbox .search .do{
    width:22px;
    height:25px;
    background:url(/themes/bootstrap_business/images/search.png) center 0 no-repeat;
    position: absolute;
    top:17px;
    right:36px;
}
.banner .toolbox .search input{
    width:550px;
    height:60px;
    line-height:60px;
    font-size:16px;
    border:0;
    color:#fff;
    outline:none;
    background:transparent;
    float:left;
}
.banner .toolbox .search .advanced{
    font-size:16px;
    color:#fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    position: absolute;
    top:126px;
    left:50%;
    margin:0 0 0 410px;
}
.banner .toolbox .notice{
    position: absolute;
    top:120px;
    left:160px;
    background:url(/themes/bootstrap_business/images/notice.png) no-repeat;
    padding:0 0 0 34px;
}
.banner .toolbox .notice li{
    line-height:30px;
}
.banner .toolbox .notice > a{
    color:#f00;
}
.banner .toolbox .tool{
    height:60px;
    line-height:60px;
    background:#484848;
}
.banner .toolbox .tool li{
    width:50%;
    height:100%;
    float:left;
}
.banner .toolbox .tool li:hover{
    background:#000;
}
.banner .toolbox .tool li a{
    width:100%;
    height:60px;
    display:block;
    line-height:60px;
    color:#fff;
    text-align:center;
    margin:0;
    overflow:hidden;
}
.banner .toolbox .tool li:nth-child(1) a{
    border-right:1px #696969 solid;
}
.banner .toolbox .tool li a i{
    width:30px;
    height:30px;
    display:inline-block;
    vertical-align: middle;
    margin:0 15px 0 0;
}
.banner .toolbox .tool li:nth-child(1) a i{
    background:url(/themes/bootstrap_business/images/icon1.png) no-repeat;
}
.banner .toolbox .tool li:nth-child(2) a i{
    background:url(/themes/bootstrap_business/images/icon2.png) no-repeat;
}
.banner .toolbox .tool li a span{
    display:inline-block;
    vertical-align: middle;
}

/*common*/
.section{
    height:775px;
    overflow:hidden;
    position: relative;
}
.section .w1200{
    width:1164px;
    height:545px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-272px 0 0 -582px;
    border-radius:10px;
    overflow:hidden;
    -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
    -ms-box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
.section .sidemenu{
    width:296px;
    height:545px;
    float:left;
}
.section .sidemenu .title{
    height:74px;
    line-height:74px;
    padding:0 27px;
    background:rgba(216,1,0,0.8);
    font-size:22px;
    color:#fff;
}
.section .sidemenu .list {
    height:calc(100% - 74px);
    color:#fff;
    background:rgba(0,0,0,0.7);
    position: relative;
}
.section .sidemenu .list .arrow{
    width:6px;
    height:11px;
    background:url(/themes/bootstrap_business/images/arrow1.png) no-repeat;
    position: absolute;
    top:0;
    right:0;
    content:'';
    display:none;
}
.section .sidemenu .list h2{
    height:38px;
    line-height:38px;
    background:rgba(0,0,0,0.3);
    padding:0 30px;
    font-size:16px;
}
.section .sidemenu .list li{
    line-height:34px;
    padding:0 30px;
    font-size:13px;
    cursor: pointer;
}
.section .sidemenu .list > ul > li:hover{
    background:rgba(0,0,0,0.2);
}
.section .sidemenu .list li a{
    color:#fff;
}
.section .substance{
    width:calc(100% - 296px);
    height:100%;
    background:rgba(255,255,255,0.8);
    float:left;
    padding:25px 40px 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.section .substance .title{
    line-height:36px;
    border-bottom:1px #b0afaf solid;
    color:#010101;
    overflow:hidden;
}
.section .substance .title h2{
    float:left;
    font-size:16px;
}
.section .substance .title a{
    float:right;
    font-size:14px;
    color:#f00;
}
.section .substance .detail{
    padding:30px 20px 0 20px;
    color:#000;
    text-indent:2em;
    line-height:30px;
}
.section .substance .detail .info{
    overflow:hidden;
}
.section .substance .detail .info a{
    text-decoration:underline;
    color:#4169E1;
}
.section .substance .detail img{
    float:left;
    margin:0 15px 0 0;
}
.section .substance .detail .info img{
    float:none;
    margin:0 15px 0 0;
}
.section .substance .detail .learn{
    padding:40px 0 0;
}
.section .substance .detail .learn p{
    font-size:18px;
    color:#f00;
    padding:0 0 10px;
    margin:0;
    text-indent:0;
}
.section .substance .detail .learn .more{
    font-size:14px;
    text-indent:0;
}

.section .substance .detail.type1,
.section .substance .detail.type2{
    font-size:0;
    text-align: center;
    padding:30px 0 0 0;
}
.section .substance .detail.type1 li{
    width:205px;
    display:inline-block;
    margin:0 18px;
}
.section .substance .detail.type1 li img,
.section .substance .detail.type2 li img{
    width:100%;
    height:314px;
    float:none;
    margin:0;
    margin:0 0 10px;
}
.section .substance .detail.type1 li p,
.section .substance .detail.type2 li p{
    text-align: center;
    line-height:22px;
    color:#000;
    font-size:14px;
}
.section .substance .detail.type2{
    padding-top:50px;
}
.section .substance .detail.type2 li{
    width:190px;
    margin:0 27px 40px;
}
.section .substance .detail.type2 li img{
    height:108px;
}
.section .substance .detail.teacher li{
    margin-bottom:10px;
}
.section .substance .detail.teacher li img{
    height:140px;
    margin-bottom:20px;
}
.section .substance > ul > li{
    display:none;
}
.section .substance > ul > li.hot{
    display:block;
}

/*resources*/
.resources{
    background:url(/themes/bootstrap_business/images/resources.jpg) center 0 no-repeat;
}
.service, .infomation{
    background:url(/themes/bootstrap_business/images/service.jpg) center 0 no-repeat;
}
.member{
    background:url(/themes/bootstrap_business/images/member.jpg) center 0 no-repeat;
}
.leftType .sidemenu .title{
    text-align:right;
}
.leftType .sidemenu .list h2{
    text-align:right;
}
.leftType .sidemenu .list li{
    text-align:right;
    color:#fff;
}
.rightType .sidemenu .title{
    text-align:left;
}
.rightType .sidemenu .list h2{
    text-align:left;
}
.rightType .sidemenu .list li{
    text-align:left;
}
.rightType .sidemenu{
    float:right;
}
.rightType .substance{
    float:right;
}
.section.rightType .sidemenu .list .arrow{
    position: absolute;
    top:0;
    left:0;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}

/*新闻*/
.member .list ul > li.sub{
    padding:0 60px 0 0;
    position: relative;
}
.member .list ul > li.sub:after{
    width:17px;
    height:37px;
    background:url(/themes/bootstrap_business/images/li1.png) no-repeat;
    position: absolute;
    top:50%;
    right:30px;
    margin-top:-18px;
    content:'';
}
.member .list ul > li.end:after{
    background:url(/themes/bootstrap_business/images/li2.png) no-repeat;
    margin-top:-18px;
    content:'';
}
.member .substance .news{
    width:48%;
    float:left;
}
.member .substance .news:nth-child(2){
    float:right;
}
.member .substance .news li{
    height:20px;
    line-height:20px;
    color:#000;
    padding:0 10px;
    margin:15px 0 20px;
    font-size:0;
    overflow:hidden;
}
.member .substance .news .img{
    width:360px;
    height:240px;
    padding:20px 0 0;
    text-align: center;
    position: relative;
    overflow:hidden;
    margin:0 auto;
}
.member .substance .news .img img{
    width:360px;
    height:240px;
}
.member .substance .news .img p{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30px;
    line-height:30px;
    background:rgba(0,0,0,0.5);
}
.member .substance .news .img p a{
    color:#fff;
}
.member .substance .news li span{
    width:290px;
    font-size:14px;
    float:left;
    overflow:hidden;
}
.member .substance .news li span.date{
    width:38px;
}
.member .substance .news li span.line{
    width:24px;
    color:#3aa3f9;
    font-size:14px;
    text-align:center;
}
.member .substance .news li .type{
    width:40px;
    height:18px;
    line-height:18px;
    text-align: center;
    margin:0 15px 0 0;
    border-radius:999px;
    font-size:12px;
    color:#fff;
    display:inline-block;
}
.member .substance .news li .type1{
    background:#c30010;
}
/*幻灯*/
.section .swiper-container {
    width:783px;
    height:450px;
    overflow:hidden;
    position: relative;
    text-indent:0!important;
}
.section .swiper-wrapper{
    width:9999px;
    height:498px;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.section .swiper-wrapper .swiper-slide{
    width:735px!important;
    float:left;
    text-align: left;
    padding: 0 24px;
}
.section .swiper-button{
    width:20px;
    height:20px;
    line-height:20px;
    position: absolute;
    top:50%;
    left:0;
    margin:-30px 0 0 10px;
    font-size:16px;
    color:#000;
    font-family: '宋体',serif;
    cursor: pointer;
    z-index:2;
}
.section .swiper-button-next{
    left:auto;
    right:0;
    margin-right:10px;
    margin-left:0;
}
.section .swiper-button-disabled{
    opacity:0.3;
}

/*新区域*/
.section .zxxx{
    height:400px;
    padding:30px;
    overflow:hidden;
}

.section .zxxx .notice{
    width:510px;
    float:left;
}

/*.section .zxxx .skin-default{
    width:570px;
    float:left;
    margin-left:20px;
    overflow:hidden;
}*/
.zxxx > div:nth-child(2) {
    width:570px;
    float:left;
    margin-left:20px;
    overflow:hidden;
}
.section .zxxx .notice p{
    font-size:16px;
    font-weight:bold;
    line-height:36px;
    border-bottom:1px #b0afaf solid;
    color:#010101;
    overflow:hidden;
}
.section .zxxx .notice ul {
    overflow:hidden;
}
.section .zxxx .notice ul li{
    height:32px;
    line-height:32px;
}

.section .zxxx .notice ul li a span{
    font-size: 14px;
    display:inline-block;
    vertical-align: top;
    color:black;
}

.section .zxxx .notice ul li a span:nth-child(2){
    width:400px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 0 10px;
    color:#000;
}

.section .zxxx .notice > a{
    float:right;
    color:#f00;
    margin: 10px 0 0;
}

.section.infomation{
    height:600px;
}

.section.infomation .w1200{
    height:440px;
    margin-top:-220px;
    background:rgba(255,255,255,0.8);
}

/*.section.infomation .w1200 .views-slideshow-controls-bottom{
    margin-top: 15px;
}*/
.sticky span{
    color:red!important;
}